﻿/*
Theme Name: InsightPRM
Description: Custom Wordpress theme for InsightPRM.
Version: 2.0
Author: Sides Media
Author URI: http://sidesmedia.com
*/

/* BEGIN RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html,body {
	width: 100%;
	/*overflow-x: hidden;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup {
	vertical-align: super
}
b {
	font-weight: bold
}
/* END RESET */

body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
	font-family: Helvetica,sans-serif;
	background: #f5f5f5;
}

h1 {
	color: #fff;
	font-size: 27px;
	font-family: "proxima-nova",sans-serif;
	line-height: 35px
}

h2 {
	font-weight: bold;
	font-size: 41px;
	color: #83b33c;
	letter-spacing: 1px;
	font-family: "proxima-nova",sans-serif;
}

h3 {
	font-size: 21px;
	color: #83b33c;
	font-weight: normal;
	font-family: "proxima-nova",sans-serif;
}

h4 {
	color: #0068c9;
	font-weight: normal;
}

h5 {
	font-size: 21px;
	color: #0068c9;
	font-weight: normal;
	font-family: "proxima-nova",sans-serif;
}

h6 {
	color:#505050;
	font-size:34px;
	font-family: "proxima-nova",sans-serif;
	font-weight:lighter;
} 

.container {
	width: 1160px;
	position: relative;
	margin: 0 auto;
}

.left {
	position: relative;
	float: left;
	display: inline;
}

.right {
	position: relative;
	float: right;
	display: inline;
}

a {
	color: #0068C9;
	text-decoration:none;
}

a:hover {
	color: #aaa;
}

#mti_wfs_colophon {
	display: none !important
}



/* ************************************ Header ************************************ */

header {
	padding: 25px 0 0 0;
	width: 100%;
	height: 115px;
	float: left;
	border-bottom: 3px solid #3d8aeb;
	background: #fff;
	
}
body>.wrapper>.container { margin: 143px auto 0 auto;}
body>.wrapper>header {
	position: fixed;
	top: 0;
	z-index: 1000;
}
nav {
	margin-top: 67px
}

nav li {
	float: left;
	margin-left: 35px
}

nav li a {
	font-family: "pragmatica-web-condensed", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #0066c6;
	text-decoration: none;
	font-weight: 400
}

#menu-top-navigation li a.active {
	color: #83b33c
}




/* ************************************ Body ************************************ */


#sky_block {
	background: url(library/images/insightLeads_redesign_sky.png) repeat-x center;
	width: 100%;
	height: 412px;
	display: block;
	float: left;
	border-bottom: 3px solid #5aa108;
}

#sky_block aside {
	float:left; /* Greg Added */
	background: url(library/images/callout_bkg.png) repeat;
	padding: 35px 45px;
	width: 477px;
/* 	width: 408px; */
/* 	height: 270px; */
	display: block;
	margin: 36px auto 0;
}

#sky_block aside.right {
	padding: 0;
	width: 631px;
	background: none;
		position: absolute;
	right: -75px;
}

#sky_block aside h1 {
	text-align: left;
	text-shadow: 1px 2px 3px #333;
}

#sky_block aside ul {
	width: 359px;
	margin: 10px 0 0;


}


#sky_block aside.right ul {
	width: 560px;
	margin: 0 0 0 0;
	float: left;
}

#sky_block aside.right li {
	display: block;
	padding-left: 0px;
	background: none;
/* 	width: 565px; */
/* 	height: 200px */
}

.bx-wrapper {
	float: left;
	margin-left: 5px
}

#sky_block aside li {
	font-size: 22px;
	color: #fff;
	background: url(library/images/check.png) no-repeat 0 6px;
	padding-left: 35px;
	text-shadow: 1px 1px 4px #333;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
}

.slider_arrow {
	background: url(library/images/right_arrow2.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 170px;
	display: none;
}

#video_left {
	background: url(library/images/leftt_arrow2.png) no-repeat;
}

#content {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px
}

#content p {
	color: #383838;
}

#content ul {
	/*
float: left;
	width: 100%
*/
	float: left;
	width: 333px;
	margin-left: 45px;
}

#content li {
/* 	width: 240px; */
	width: 100%;
	list-style-image: url(library/images/square.png);
	padding-left: 4px;
	float: left;
	margin-top: 35px;
	
/* 	margin-right: 45px */
}

#content li div {
/* 	margin-top: 35px */
	margin-top: 10px
}

#demo_info {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 50px
}




/* ************************************ About Us ************************************ */

#about-us article {
	width: 642px;
	padding-bottom: 75px;
}

#about-us p {
	float: left;
	width: 100%;
	margin-top: 30px
}

#about-us aside {
	background: url(library/images/phone.png) no-repeat center 130px #e4eade;
	padding: 60px 45px;
	width: 352px;
	height: 120px;
	display: block;
	text-align: center;
	margin-top: 200px
}

#about-us aside h2 {
	font-size: 33px;
	text-align: left
}


/* ************************************ Contact ************************************ */

#contact #content {
	width: 575px;
	margin: 55px auto 0;
}

#contact_center {
	width: 100%;
}

#contact #content h5 {
	text-align: center;
	margin-bottom: 30px
}

#contact p {
	float: left;
	width: 100%;
	margin-top: 8px
}

form {
	width: 420px;
	margin: 0 auto;
}

label {
	font-size: 15px;
	color: #454545;
	text-align: right;
	float: left;
	width: 123px;
	margin-top: 5px
}

input[type="text"],
textarea {
	float: left;
	border: 1px solid #b6d0f5;
	background: #f5f5f5;
    padding: 5px;
    height: 20px;
    width: 265px;
    font-size: 15px;
    margin-left: 15px;
	margin-bottom:15px;
}

textarea {
    height: 150px;
}


input[type="submit"] {
	/* background: url(library/images/submit.png) no-repeat; */
	/* width: 82px; */
	height: 38px;
	display: block;
	cursor: pointer;
	text-align: center;
	border: 0;
	margin-left: 237px;
	padding-top: 7px;
	padding-left: 8px;
} 

input[type="text"]:focus,
textarea:focus {
	border: 1px solid #7ebb2e
}

/* ************************************ Footer ************************************ */

.footer ul {
	width: 500px;
	margin: 30px auto;
	text-align: center;
}

.footer li {
	
	margin-right: 5px;
	display: inline-block;
}

li.line {
}
	
.footer li a {
	font-weight:bold;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff
}

.footer li a:hover {
	color: #ccc
}

.footer p {
	width: 100%;
	text-align: center;
	font-size: 11px;
	float: left;
	margin-top: 5px !important
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0; 
}
.footer, .push {
	height: 140px;
	float: left;
}

.footer {
	background: #0068c9;
	width: 100%;
	color: #fff;
	clear: both;
/* 	position: fixed; */
	position: relative;
	bottom: 0;
	left: 0;
}

#video-list {
	width: 260px;
	background: #858585;
	display: block;
	overflow: hidden;
	height: 500px;
	position: relative;
}

#video-list li {
	width: 100%;
	height: 115px;
	border-bottom: solid 1px #000;
	color: white;
	overflow: hidden;
	position: relative;
}

#video-list li p.title {
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	top: 10px;
	left: 10px;
	position: absolute;
	width: 240px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	overflow: hidden;
}
#video-list li p.title span {
	width: 1000px;
/* 	font-family: "pragmatica-web-condensed", sans-serif; */
	font-family: "proxima-nova",sans-serif;
}
#video-list li .desc {
	width: 125px;
	height: 65px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 15px;
	color: black;
	font-family: Helvetica, sans-serif;
}

#video-list li .desc p {
	margin: 0px;
	padding: 0px;
}

#video-list li > a {
	position: absolute;
	left: -500px;
	top: 0px;
	font-weight: normal;
	background: rgba(0,104,201,0.7);
	line-height: 115px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 260px;
	text-decoration: none;
	z-index: 100;
	color: #fff;
/* 	font-family: "pragmatica-web-condensed", sans-serif; */
	font-family: "proxima-nova",sans-serif;
}

#video-list li:hover a {
	left: 0;
}

#video-list li:hover p.title span {
	color: #0068C9;
}

#resources>#content {
	float: left;
width: 567px;
margin-left: 50px;
border-left: solid 1px #858585;
padding-left: 50px;
margin-top: 35px;
padding-bottom: 0;
margin-bottom: 50px;
}
#resources #archive-list {
	margin-top: 35px;
	width: 180px;
}
#resources h1, #resources #archive-list span.heading, #subscribe span.heading, #tags span.heading {
/* 	font-family: "pragmatica-web-condensed", sans-serif; */
	font-family: "proxima-nova",sans-serif;
	font-size: 22px;
	color: #0068c9;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 22px;
}

#content p.meta {
	font-size: 12px;
color: #666;
margin-bottom: 5px;
}

#resources #video-list img {
max-width: 105px;
position: absolute;
top: 41px;
left: 10px;
max-height: 62px;
border: solid 1px #666;
}

#resources #archive-list ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#resources #archive-list ul li {
	margin: 0px;
		color: #7bbe23;
	padding: 0px;
	font-size: 18px;
	font-family: Helvetica, sans-serif;
}
#resources #archive-list ul li a {
	color: #7bbe23;
	text-decoration: none;
}
#resources .video-player {
	margin: 0 auto 10px auto;
text-align: center;
}


#content.archive-list article {
	width: 567px;
		margin-bottom:30px;
}
html>body header#header {
	position: relative;
	margin-bottom: 40px;
}
html>body#home header#header {
	margin-bottom: 0px;
}

html>body div#footer.footer {
	top:auto !important;
	position: relative !important;
	bottom: initial;
	z-index: 12000;
}

html>body div.wrapper#wrapper {
	margin-top: 0px;
	min-height: initial;
	height: auto;
}

html>body div.wrapper#wrapper > .container {
	margin-top: 0px;
}
html>body {
	height: auto;
}

body>br.cfx {
	clear: both;
	width: 1px;
	height: 1px;
	display: block;
}

#header.noMarginBottom {
	margin-bottom: 0px;
}
#video-list li.control {
	line-height: 30px;
	cursor: pointer;
	display:block;
	height: 30px;
	text-align: center;
		position: absolute;
		z-index: 1000;
		background: rgb(245,245,245); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(232,232,232,1) 50%, rgba(217,217,217,1) 51%, rgba(178,178,178,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(50%,rgba(232,232,232,1)), color-stop(51%,rgba(217,217,217,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(232,232,232,1) 50%,rgba(217,217,217,1) 51%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(232,232,232,1) 50%,rgba(217,217,217,1) 51%,rgba(178,178,178,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(232,232,232,1) 50%,rgba(217,217,217,1) 51%,rgba(178,178,178,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(232,232,232,1) 50%,rgba(217,217,217,1) 51%,rgba(178,178,178,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-8 */

}
#video-list li.control:hover {
	background: rgb(236,241,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QzZTBlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2JiY2NkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZTk3YWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(236,241,244,1) 0%, rgba(211,224,229,1) 50%, rgba(187,204,211,1) 51%, rgba(110,151,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,244,1)), color-stop(50%,rgba(211,224,229,1)), color-stop(51%,rgba(187,204,211,1)), color-stop(100%,rgba(110,151,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,241,244,1) 0%,rgba(211,224,229,1) 50%,rgba(187,204,211,1) 51%,rgba(110,151,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,241,244,1) 0%,rgba(211,224,229,1) 50%,rgba(187,204,211,1) 51%,rgba(110,151,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,241,244,1) 0%,rgba(211,224,229,1) 50%,rgba(187,204,211,1) 51%,rgba(110,151,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,241,244,1) 0%,rgba(211,224,229,1) 50%,rgba(187,204,211,1) 51%,rgba(110,151,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f4', endColorstr='#6e97aa',GradientType=0 ); /* IE6-8 */

}
#video-list li.control.up {
	top: 0px;
}
#video-list li.control.down {
	border-bottom: none;
	border-top: solid 1px #000;
	bottom: 140px;
}
#video-list li.control.up.disabled {
background: #ccc;
cursor: disabled;
}
#video-list li.control.down.disabled {
background: #ccc;
}
/* Shadow Triangle */
#video-list li.disabled span.triangle {
	color: #aaa;
}
#video-list li span.triangle {
  display: inline-block;   
  transform: scaleX(4.5);
  color: #BADA55;
  text-shadow: 0 3px 4px rgba(0,0,0,0.5);
  font-size: 26px;
  cursor: pointer;
}
#video-list li:hover span.triangle {
  transition: all 4.7s ease;
  transform: scaleX(20.5) translateY(4px);
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.widget-area h3 {
	display: none;
}

.widget-area .video-player {
	margin-top: 48px;
}

/*---------------- NEW STYLES -------------------*/

.cleaner {
  clear: both;
  font-size: 1px;
}

#social {
	width:100%;
	background-color:#eeeeee !important;
	color:#505050;
	height:575px;
	clear:both;
}

.blogexhead a:link{
	font-family: "proxima-nova",sans-serif;
	color:#0068c9;
	text-decoration:none;
	text-transform:uppercase;
	font-size:27px;
	line-height: 1em;
}

.blogexhead a:hover{
	color:#666666;
}

.blogex a {
	color:#0068c9;
	text-decoration:none;
}

.blogex a:visited {
	color:#0068c9;
	text-decoration:none;
}

.blogex a:hover{
	color:#666666;
}

.social_sect {
	margin-top:50px;
	width:45%;
	margin-right:50px;
	float:left;
	clear:none;
}

.recent_post_sect {
	margin-top:50px;
	width:95%;
	margin-right:50px;
	float:left;
	clear:none;
}

.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #399ef0), color-stop(1, #0068c9) );
	background:-moz-linear-gradient( center top, #399ef0 5%, #0068c9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#399ef0', endColorstr='#0068c9');
	background-color:#399ef0;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #0068c9;
	display:inline-block;
	color:#ffffff;
	font-family: "pragmatica-web-condensed", sans-serif;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	line-height:25px;
	padding: 10.5px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	margin-top:22px;
}
.button:hover {
	opacity: .7;
	color: #fff !important;
}.button:active {
	position:relative;
	top:1px;
}
.recent_post_sect>h6 { margin-bottom: 13px !important; }
.blog-share-home { float:right !important; margin-top: 13px !important; }

.latest-post { margin-left:525px !important; margin-top:0px !important; width:575px;}

.image-float { float: left; }
.image-float>img {width: 500px; height: 399px;}

/*-------------- TWITTER -----------------------*/

#twitter_update_list {
/* the main container */
}
 
#twitter_update_list li {
/* wraps a single list */
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:thin solid #CCCCCC;
	font-family: Helvetica,sans-serif;
}
 
#twitter_update_list li span {
/* wraps the tweet */
}
 
#twitter_update_list li a {
/* wraps the link to the tweet */
/* by default it have 85% font-size therefore you might want to change it like below */
font-size:100% !important;
font-size:12px !important;
color:#0068c9;
}

#twitter_update_list li a:hover {
/* wraps the link to the tweet */
/* by default it have 85% font-size therefore you might want to change it like below */
color:#666666;
}



#sidebar {
	width: 195px;
	padding-bottom: 60px 
}

#sidebar > div {
	float: left;
	width: 100%
}

#subscribe,
#tags {
	margin-top: 30px;
}

#subscribe form {
	width: 100%
}

#subscribe label {
	display: none
}

#subscribe input {
	margin-left: 0
}

#subscribe p {
	float: left;
	width: 100%;
	line-height: 20px
}

#subscribe input[type="text"] {
	width: 183px
}

#tags a {
	color: #7BBE23;
}

#tags a:hover {
	color: #999
}








#comments_container {
	float: left;
	width: 100%;
/*
	margin-top: 30px;
	padding-top: 30px;
*/
}

#comments_container li {
	float: left;
	width: 100%;
}

#comments_container .comment-meta {
	margin-top: 5px;
}

#comments_container .comment-body p {
	margin-top: 15px;
}

#comments_container .comment-body .reply  {
	margin-top: 20px
}

#comments_container .children {
	margin-left: 40px;
	width: 92%
}

#respond {
	float: left;
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #999;
	padding-top: 30px;
}

#respond form,
#respond p {
	width: 100%;
	float: left;
}

#respond textarea {
	margin: 20px 0 0 0;
	width: 557px;
}

#respond input[type="submit"] {
	float: left;
	margin: 20px 0 0 0;
}

.comment-reply-link {
	background: url(library/images/reply.png) no-repeat;
	width: 52px;
	height: 19px;
	display: block
}

/*
#commentform label {
	display: none;
}
*/

#commentform input[type="text"] {
	margin: 20px 0 0 0
}

#subscribe_button, 
#unsubscribe_button {
	background: url(library/images/subscribe.png) no-repeat;
	width: 94px;
	height: 29px;
	display: block;
	float: left;
}

#unsubscribe_button {
	background: url(library/images/unsubscribe.png) no-repeat;
	float: right
}

article#content.left div.container div.right { margin-top: -330px; margin-right: -12px; }
.twitterwidget.twitterwidget-title {
    display: none;
}
.twitter-avatar {
    position: absolute;
    left: -61px;
    top: 50px;
}
.twitterwidget ul li {}
.twitterwidget li {
    display: block;
}
.social_sect>div>div>ul>li {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
    position: relative;
}
.entry-content {
    display: block;
    font-size: 14px;
    position: relative;
}
.entry-meta {
    font-size: 11px;
    position: relative;
    display: block;
}
.intent-meta {
    display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 3px;
    font-size: 10px;
}
.intent-meta a {
    display: inline-block;
    background: #777;
    color: #fff;
    margin: 2px;
    padding: 1px 4px;
    border-radius: 3px;
}
.intent-meta a:hover {
    background: #0068C9;
}
#video-list span[st_title] {
display: none;
}
#content p {
	margin-bottom: 14px;
}
#field_1_4>label, #field_1_6>label {
display: none !important;
}
#gform_submit_button_1 {
text-indent: -9999px;
}
.gchoice_4_1>label {
text-align: left;
}
#field_1_4, #field_1_6 {
position: relative;
left: 20px;
}
#choice_4_1 {
position: relative;
top: 17px;
}
input[type="submit"] {}
#subscribe input[type="submit"] {
    background: #0068C9;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
}
#subscribe > div > form > p:nth-child(4) {
    width: 200px;
}
input[type="submit"][name=unsubscribe] {
    background: #666 !important;
}
a#header-phone {
    position: absolute;
    right: 0;
    top: 0;
	font-size:16px;
}
.gfield_select {
	margin-left: 16px;
	margin-top: 11px;
}
#input_2_6 {
	width: 65.2%;
	margin-top: 15px;
}
#input_2_7 {
	margin-left: 139px;
}
#recaptcha_table {
	position: relative;
	left: 10px;
}
#gform_2 {
	width: 442px;
}
#gform_2 {
	background: #30435e;
	border-left: none;
	border-right: none;
	background-image: url(library/images/woman-headset-123x113.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 8em;
	margin-bottom: 1.5em;
	right: -3px;
	color: #fff;
	height: 605px !important;
	padding-top: 10px;
}
#gform_2 label {
	color: #fff;
}
#gform_2 .gform_footer {
	padding: 0px;
	padding-top: 1px;
	margin: 0px;
}
#gform_2 input[type="submit"] {
	margin-left: 139px;
}
#contact-home #gform_2 {
	width: 500px;
	height: 325px !important;
	margin-top: 35px;
	box-shadow: 1px 2px 4px #383838;
	background-position: -20px 100%;
}
#contact-home #field_2_1,
#contact-home #field_2_2,
#contact-home #field_2_3,
#contact-home #field_2_4 {
	width: 50%;
	text-align: left;
	overflow: visible;
}
#contact-home #field_2_1 label,
#contact-home #field_2_2 label,
#contact-home #field_2_3 label,
#contact-home #field_2_4 label {
	width: 60px;
}
#contact-home #field_2_5 label,
#contact-home #field_2_6 label {
	width: 100px;	
}
#contact-home #field_2_6 label {
	padding-top: 8px;
}
#contact-home #field_2_1 input,
#contact-home #field_2_2 input,
#contact-home #field_2_3 input,
#contact-home #field_2_4 input {
	width: 60%;
}
#contact-home #field_2_1 .ginput_container,
#contact-home #field_2_2 .ginput_container,
#contact-home #field_2_3 .ginput_container,
#contact-home #field_2_4 .ginput_container,
#contact-home #field_2_5 .ginput_container,
#contact-home #field_2_6 .ginput_container,
#contact-home #field_2_7 .ginput_container  {
	margin-left: 22% !important;
}
#contact-home .gform_wrapper .top_label .gfield_label {
	margin: 0px 0 4px 0;
	padding-top: 5px;
}
#contact-home .gfield_select {
	margin-top: 3px;
}
#contact-home #field_2_5,
#contact-home #field_2_6,
#contact-home #field_2_7 {
	width: 100%;
}
#contact-home #field_2_7 label {
	margin-left: 18px;
	margin-top: 8px;
}
#contact-home textarea {
	height: 50px;
	width: 360px;
	margin-top: 10px;
}
#contact-home li {
	display: inline-block;
}
#contact-home .gform_footer {
	position: relative;
	top: -100px;
	left: 228px;
}
.inline {
	position: relative;
	display: table;
}